// --- 修改後的 Bricks & Robotics 區塊節錄 ---
{/* 1. LEGO Ping Pong Launcher - 已移除右下角 PlayCircle */}
LEGO Ping Pong Launcher

LEGO Ping Pong Launcher

Transforming LEGO SPM mechanics into WeDo 2.0 system.

{/* 這裡原本的 PlayCircle div 已移除 */}
{/* 2. Bow & Arrow - 已移除右下角 Youtube 圖示 */}
LEGO Bow and Arrow

LEGO 9686 SPM: Bow & Arrow

Mastering mechanical logic through high-precision LEGO construction.

{/* 這裡原本的 Youtube div 已移除 */}
{/* 3. 動態生成的 stemL1Projects (含 Rubber Band Car) - 已移除右下角 PlayCircle */} {stemL1Projects.map((project, index) => { const themes = ["from-slate-600 to-gray-900", "from-blue-600 to-indigo-900", "from-teal-600 to-emerald-900", "from-violet-600 to-purple-900"]; const themeClass = themes[index % 4]; const link = project.customLink || `./stem_l1_u1_${project.id}.html`; return (
{project.cover ? ( {project.title} ) : ( ⚙️ )}

{project.title}

Mechanical structure & logic

MECHANICS
{/* 這裡原本的 PlayCircle div 已移除 */}
); })}